home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / loa_and_the_island.swf / scripts / DefineSprite_556 / frame_2 / PlaceObject2_517_1 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2008-03-17  |  142b  |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.paused == false)
  3.    {
  4.       play();
  5.    }
  6.    if(_root.paused == true)
  7.    {
  8.       stop();
  9.    }
  10. }
  11.